home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / TurboTCP 1.0.1 / MiniTelnet.source / MiniTelnet.version.note < prev   
Text File  |  1994-01-19  |  856b  |  38 lines

  1. /*
  2. **    MiniTelnet application
  3. **    Version history
  4. **
  5. **    Copyright © 1993, FrostByte Design / Eric Scouten
  6. **
  7. */
  8.  
  9. Current version: 1.0b6
  10.  
  11.  
  12. Version history:
  13. --------------
  14.  
  15. 1.0b1 (11 October 93)
  16.   *    initial release
  17.  
  18. 1.0b2 (19 October 93)
  19.   *    changed IMiniTelnetApp to initialize gSignature
  20.   *    changed CTelnetSettingsDLOG::DoSaveFile to rely on gSignature
  21.  
  22. 1.0b3 (25 October 93)
  23.   *    used macro CLASS for forward definitions of TCL objects in header files
  24.   *    used TurboTCP 1.0b5
  25.  
  26. 1.0b4 (21 November 93)
  27.   *    used TurboTCP 1.0b6 (major structural changes)
  28.   *    added minimal about box
  29.  
  30. 1.0b5 (17 December 93)
  31.   *    used TurboTCP 1.0b7
  32.   *    improved documentation of class definitions
  33.  
  34. 1.0b6 (19 January 93)
  35.   *    used TurboTCP 1.0.1
  36.   *    recompiled MiniTelnet without a certain silly line in Failure() which gauranteed a
  37.       MacsBug crash anytime a minor error occurred
  38.